yuansh 3 днів тому
батько
коміт
9a653fa78f

+ 2 - 2
src/views/dashboard/workbench/components/ProjectCard.vue

@@ -1,7 +1,7 @@
 <template>
-  <Card title="项" v-bind="$attrs">
+  <Card title="待办事项" v-bind="$attrs">
     <template #extra>
-      <a-button type="link" size="small">更多</a-button>
+      <!-- <a-button type="link" size="small">更多</a-button> -->
     </template>
 
     <template v-for="item in items" :key="item">

+ 1 - 1
src/views/saleCode/salesOrder/SaleOrderForm.data.ts

@@ -108,7 +108,7 @@ export const columns: BasicColumn[] = [
     title: '状态(status)',
     align:"center",
      width:120,
-    dataIndex: 'status',
+    dataIndex: 'submit',
     customRender:function (t, r, index) {
       if(t.text==1){
         return '已提交(yes)'