干燥机配套车间生产管理系统/云平台服务端
baoshiwei
2023-05-24 beca65f4d01ca07c358102a35b949c2a4f277afe
src/views/dry/DryOrderList.vue
@@ -16,7 +16,8 @@
              </a-menu-item>
            </a-menu>
          </template>
          <a-button>批量操作
               <a-button
                  >批量操作
            <Icon icon="mdi:chevron-down" />
          </a-button>
        </a-dropdown>
@@ -35,8 +36,7 @@
      </template>
      <template #fileSlot="{ text }">
        <span v-if="!text" style="font-size: 12px; font-style: italic">无文件</span>
        <a-button v-else :ghost="true" type="primary" preIcon="ant-design:download-outlined" size="small"
          @click="downloadFile(text)">下载</a-button>
            <a-button v-else :ghost="true" type="primary" preIcon="ant-design:download-outlined" size="small" @click="downloadFile(text)">下载</a-button>
      </template>
    </BasicTable>
    <!-- 表单区域 -->