Browse Source

Enhance operation goods and warning result views: adjust column widths for better layout, add sorting functionality for creation date, and clean up unused button code for improved readability.

master
lizhuang 1 month ago
parent
commit
9b9e8240e9

+ 3
- 2
src/views/system/operationGoods/index.vue View File

/> />
<el-table-column width="300" label="备注" align="center" prop="remark" /> <el-table-column width="300" label="备注" align="center" prop="remark" />
<el-table-column <el-table-column
width="120"
width="150"
label="创建时间" label="创建时间"
align="center" align="center"
prop="createDate" prop="createDate"
sortable
> >
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ <span>{{
:disabled="isEdit" :disabled="isEdit"
/> />
</el-form-item> </el-form-item>
<el-form-item v-show="isEdit" label="备注" prop="remark">
<el-form-item label="备注" prop="remark">
<el-input <el-input
v-model="form.remark" v-model="form.remark"
type="textarea" type="textarea"

+ 2
- 2
src/views/system/operationWarnresult/index.vue View File

class-name="small-padding fixed-width" class-name="small-padding fixed-width"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button
<!-- <el-button
v-if="scope.row.status == 0" v-if="scope.row.status == 0"
v-hasPermi="['system:operationWarnresult:edit']" v-hasPermi="['system:operationWarnresult:edit']"
size="mini" size="mini"
v-else v-else
class="text-info" class="text-info"
style="margin-right: 10px" style="margin-right: 10px"
>已处理</span>
>已处理</span> -->


<el-button <el-button
size="mini" size="mini"

Loading…
Cancel
Save