Explorar o código

feat: 文案优化

tangning %!s(int64=2) %!d(string=hai) anos
pai
achega
957aca464a
Modificáronse 1 ficheiros con 9 adicións e 3 borrados
  1. 9 3
      src/views/product/updataTips/index.vue

+ 9 - 3
src/views/product/updataTips/index.vue

@@ -120,11 +120,17 @@ export default defineComponent({
       },
       {
         title: '标题',
-        width: 120,
+        width: 150,
         dataIndex: 'title',
+        ellipsis:true,
+      },
+      {
+        title: '创建人',
+        width: 120,
+        dataIndex: 'creater',
       },{
         title: '创建时间',
-        width: 120,
+        width: 150,
         dataIndex: 'createTime',
         customRender: ({ record }) => {
           return (
@@ -140,7 +146,7 @@ export default defineComponent({
         dataIndex: 'banStatus',
         // ifShow: getCheckPerm('tips-status'),
         ifShow: getCheckPerm('sdk-top'),
-        width: 80,
+        width: 100,
         customRender: ({ record }) => {
           if (!Reflect.has(record, 'banStatus')) {
             record.pendingStatus = false;