yuansh преди 4 дни
родител
ревизия
9a653fa78f
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 2 2
      src/views/dashboard/workbench/components/ProjectCard.vue
  2. 1 1
      src/views/saleCode/salesOrder/SaleOrderForm.data.ts

+ 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)'